home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / util / wb / HFRemove18.lha / HFRemove / HFRemove.doc < prev    next >
Encoding:
Text File  |  1998-03-18  |  4.4 KB  |  151 lines

  1. Short documentation to HFRemove
  2. -------------------------------
  3. Disclaimer
  4. ~~~~~~~~~~
  5. HFRemove is Copyright 1996-98 by Jens Weyer.
  6. This program is FREEWARE. Feel free to
  7. spread and copy it as long as no profit
  8. is charged.
  9.  
  10. The program is provided "as is". The
  11. author will not pay for any soft- or
  12. hardware damages. You use this at your
  13. own risk !
  14.  
  15. Requirements
  16. ~~~~~~~~~~~~
  17.  
  18.  Hardware:
  19.            CPU: 68000
  20.            RAM: 512 Kb
  21.             HD: Prg: No FMS: Yes
  22.             OS: 3.x
  23.  
  24.  Software:
  25.            Device:  fmsdisk.device (v3.0)
  26.            Command: Assign [Workbench]
  27.  
  28.  
  29. History
  30. ~~~~~~~
  31.   V 1.0 : Written using MaxonC++ 3.10 LIGHT
  32.           first public release
  33.   V 1.1 : Rewritten using MaxonC++ 4.0 PRO
  34.           second public release
  35.   V 1.2 : Little bug corrected
  36.           (If the name of a device contained
  37.            spaces, the name has to be put in '"',
  38.            that the OS recognizes, that it
  39.            belongs together)
  40.   V 1.3 : New function added, with it you can
  41.           remove now all mounted fms-devices
  42.           at once.
  43.           third public release
  44.   V 1.4 : Program localised
  45.           fourth public release
  46.   V 1.5 : New option (QUICKEXIT)
  47.           Quits the program without any
  48.           interaction with the user,
  49.           if 'Quit', CLOSEWINDOW-Gadget
  50.           is selected.
  51.           The next new ToolType is 'HFMount'
  52.           where you can specify the path
  53.           of the hfm program. So you can
  54.           launch this program while you're
  55.           working with HFRemove. (Default: C:HFM)
  56.           The new menuitem 'Info' outs the
  57.           actual device-id (HFx:) and it's name.
  58.           fifth public release
  59.   V 1.6 : Iconify-option added
  60.           In this mode you can unpack dms archives
  61.           by dropping them onto the appicon
  62.           sixth public release
  63.   V 1.7 : New ToolType added (ICONIFIED), which
  64.           let start the program in Sleep-Mode
  65.           Support of Lha and Lzx archives added
  66.           by request
  67.           seventh public release
  68.   V 1.74: Found a little bug in the unpack
  69.           function - handling dms archives...
  70.           If you selected a device and selected
  71.           cancel the unpack-process was started :(
  72.   V 1.8 : Fixed a bug in the Remove function
  73.           (hard work to find it :) )
  74.  
  75.  
  76. Usage
  77. ~~~~~
  78. Simply double-click the icon to start.
  79. After that a window will be opened, where
  80. you can select and remove a fms-device,
  81. if mounted.
  82.  
  83. The program can be left by clicking the
  84. menuitem 'Quit' or by clicking on the
  85. CLOSEGADGET.
  86.  
  87. The menuitem 'About' will give you some
  88. information.
  89.  
  90. The menuitem 'Info' outs the diskname of
  91. the actual device. This is very useful, if
  92. more devices were mounted and you just know
  93. their names, but not which device has what
  94. name, because the system just displays the
  95. disk-names.
  96.  
  97. The menuitem 'HFMount' let's you start the
  98. HFM program, with it you can mount the units.
  99. You can specify the path of this tool, by
  100. editing the tooltypes and alter the 'HFMount'
  101. type. Default is C:HFM.
  102. (Example: HFMount=C:HFMount)
  103.  
  104. The menuitem 'Sleep' let you iconify the program.
  105. The program isn't useless in this mode ! Take
  106. the icon of a dms, lha or lzx archive and let it
  107. drop onto the appicon and select the device or dir.
  108. It will be unpacked automatically !
  109. You can also take more than one archive !
  110.  
  111. Background
  112. ~~~~~~~~~~
  113. Once a day i discovered the HFM-archive and
  114. was very enthuiastic in using virtual floppies
  115. on my hd. So i decided to use this program in
  116. my system. But the concept had one disadvantage -
  117. i wasn't able to remove these disks from system again
  118. whithout using a shell and many commands and chars.
  119. So i wrote a little cli command, which should do
  120. all the work in one cycle. But i still had to use
  121. a shell, what i didn't like as a satisfied workbench
  122. user. So i created a gui for the command and
  123. HFRemove v1.0 was born.
  124. But i didn't like the split into two seperate
  125. programs and one of them (IFMSDR-Command) was
  126. written in a basic, what wasn't an advantage,
  127. neither for the size nor for the memory usage.
  128. So i decided to link these two parts in one
  129. program - and i think i did the work well -
  130. in version 1.1 of HFRemove...
  131.  
  132. Address
  133. ~~~~~~~
  134. Autor:
  135.       Jens Weyer
  136.       Am Mühlgraben 23
  137.       66453 Gersheim
  138.  
  139.       GERMANY
  140.  
  141.       email: stealth@sol.de
  142.              stealth-idsd@geocities.com
  143.  
  144.       hp: http://www.geocities.com/SiliconValley/Lakes/1204/
  145.  
  146. Used programs
  147. ~~~~~~~~~~~~~
  148.    - MaxonC++ 4.0 PRO
  149.    - GadToolsBox 2.1
  150.    - SimpleCat 1.2
  151.